Kanzi 3.9.10
StaleObjectException Class Reference

Exception class to indicate attempts to use a KanziObject which no longer refers to a valid native object. More...

Inheritance diagram for StaleObjectException:
[legend]

Public Member Functions

 StaleObjectException (String errorMessage)
 Constructs a new StaleObjectException.
 

Detailed Description

Exception class to indicate attempts to use a KanziObject which no longer refers to a valid native object.

Constructor & Destructor Documentation

◆ StaleObjectException()

StaleObjectException ( String errorMessage)

Constructs a new StaleObjectException.

Parameters
errorMessageThe exception error message.